Skip to main content

Operations

Definition

An operation * on any set AA is a rule which assigns to each ordered pair (a,b)(a, b) of elements of AA exactly one element aba * b in AA.

  1. aba * b is uniquely defined for every ordered pair (a,b)(a, b) of elements of AA.

  2. aba * b must be uniquely defined.

  3. AA must be closed under the operation *.

There are, in general, many possible operations on a given set AA. A set with two distinct elements has 24=162^4 = 16 possible operations.

Properties of Operations

An operation may be:

  1. Commutative: a,bA:ab=ba\forall a, b \in A: a * b = b * a.
  2. Associative: a,b,cA:(ab)c=a(bc)\forall a, b, c \in A: (a * b) * c = a * (b * c).

Identity

There may exist an identity or neutral element w.r.t the operation *.

How is identity element different from identity morphism? What is the relationship between operation in abstract algebra adn morphism in category theory

  • Left Identity: a,eA:ea=a\forall a, e \in A: e * a = a.
  • Right Identity: a,eA:ae=a\forall a, e \in A: a * e = a.
  • Two-sided Identity (or simply Identity): a,eA:ea=aae=a\forall a, e \in A: e * a = a \wedge a * e = a.

There are a few possibilities for existence of an identity element.

  • Having no identity element at all.
  • Having several left identities.
  • Having several right identities
  • Having a single two-sided identity.

Inverse

There may exist an inverse element w.r.t the operation *.

math \forall a, b, e !\in! A ! : a * b = e

aa is the left inverse of bb and bb is left invertible. A left-invertible element is left-cancellative. Similarly, bb is the right inverse of aa and aa is right invertible. A right-invertible element is right-cancellative.

math \forall a, x, e !\in! A ! : a * x = e \land x * a = e

xx is a two-sided inverse or simply an inverse of aa and aa is invertible in AA.

There are a few possibilities for existence of an inverse element.

  • Having no inverse element at all.
  • Having several left inverses.
  • Having several right inverses
  • Having a single two-sided inverse.

Cancellation Property

The notion of cancellation is a generalization of the notion of invertible.

Left Cancellation Property (left-cancellative):

math \exists a !\in! (M, *) \colon \forall b, c \in M \colon a * b = a * c \implies b = c

Right Cancellation Property (right-cancellative):

math \exists a !\in! (M, *) \colon \forall b, c \in M \colon b * a = c * a \implies b = c

Absorbing / Annihilating Element

There may exist an absorbing or annihilating element w.r.t binary operation *. This is also called a zero element.

math z \in (S,*) \colon \forall s \in S \colon z * s = s * z = z

Left zero:

math \exists a !\in! (S, *) \colon \forall s \in S \colon z * s = z

Right zero:

math \exists a !\in! (S, *) \colon \forall s \in S \colon s * z = z

If a magma has a zero element, then it is unique.